home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #2 / Amiga Plus CD - 2004 - No. 02.iso / AmigaPlus / Tools / Anwendungen / CManager / Developer / Demos / smakefile < prev   
Encoding:
Makefile  |  2004-01-31  |  369 b   |  15 lines

  1.  
  2. all: GetEntry CMURL GetEntryNew
  3.  
  4. GetEntry: GetEntry.c
  5.    sc GetEntry LINK LIB lib:amiga.lib lib:sc.lib NOICON
  6.    delete GetEntry.o GetEntry.lnk
  7.  
  8. CMURL: CMURL.c
  9.    sc CMURL LINK LIB lib:amiga.lib lib:sc.lib NOICON
  10.    delete CMURL.o CMURL.lnk
  11.  
  12. GetEntryNew: GetEntryNew.c
  13.    sc GetEntryNew LINK LIB lib:amiga.lib lib:sc.lib NOICON
  14.    delete GetEntryNew.o GetEntryNew.lnk
  15.